func runtime.gcount

5 uses

	runtime (current package)
		debug.go#L68: 	return int(gcount())
		metrics.go#L442: 				out.scalar = uint64(gcount())
		mprof.go#L1369: 		return int(gcount()), false
		mprof.go#L1385: 	n = int(gcount())
		proc.go#L5370: func gcount() int32 {